Learn R Programming

rbi (version 0.6.0)

`[`: Subset of model lines

Description

Extracts a subset of lines from the model

Usage

"["(x, i)

Arguments

x
A bi_model
i
A vector of line numbers

Examples

Run this code
model_file_name <- system.file(package="rbi", "PZ.bi")
PZ <- bi_model(filename = model_file_name)
PZ[3:5]

Run the code above in your browser using DataLab